home *** CD-ROM | disk | FTP | other *** search
- ![]=====================================================[]
- ![] pEDIT Initialization File (STANDARD/CUA) []
- ![]=====================================================[]
- !
- ! Must have a 'Do' key
- !
- define_key (do_command, f10)
- !
- ! Normal Function Keys
- !
- define_key (althelp, f01)
- define_key (buffer, f02)
- define_key (findnext, f03)
- define_key (change_dir, f06)
- define_key (learn, f07)
- define_key (repeat, f08)
- !
- ! Other Function Keys
- !
- define_key (help, shift-f01)
- define_key (find, shift-f03)
- define_key (other_window, ctrl-f06)
- define_key (replace, alt-f03)
- define_key (exit, alt-f04)
- !
- ! Cursor Control
- !
- define_key (move_up, up)
- define_key (move_down, down)
- define_key (move_left, left)
- define_key (move_right, right)
- define_key (move_home, home)
- define_key (move_end, end)
- define_key (move_top, ctrl-home)
- define_key (move_bottom, ctrl-end)
- define_key (move_word, ctrl-right)
- define_key (execute_stdwrev, ctrl-left)
- define_key (prev_line, ctrl-up)
- define_key (prev_screen, pgup)
- define_key (next_line, ctrl-down)
- define_key (next_screen, pgdn)
- define_key (shift_left, shift-ctrl-left)
- define_key (shift_right, shift-ctrl-right)
- define_key (execute_stdothup, ctrl-pgup)
- define_key (execute_stdothdn, ctrl-pgdn)
- !
- ! Text Deletion/Restoration
- !
- define_key (erase_char, del)
- define_key (erase_word, ctrl-backspace)
- define_key (erase_line, ctrl-y)
- define_key (erase_line, shift-ctrl-y)
- define_key (restore_text, alt-backspace)
- !
- ! Block Commands (CUA)
- !
- define_key (remove_text, shift-del) ! cut
- define_key (wipe_text, ctrl-del) ! delete
- define_key (store_text, ctrl-ins) ! copy
- define_key (insert_here, shift-ins) ! paste
- define_key (indent_1, shift-ctrl-i) ! indent
- define_key (indent_-1, shift-ctrl-u) ! undent
- !
- ! Control Keys
- !
- define_key (goto_mark, ctrl-0) ! CUA
- define_key (recall, ctrl-b)
- define_key (open_line, ctrl-o)
- define_key (quote_char, ctrl-v)
- define_key (remember, ctrl-r)
- define_key (refresh_screen, ctrl-w)
- !
- ! Alternate Keys
- !
- define_key (one_window, alt-1)
- define_key (two_windows, alt-2)
- define_key (list_ascii, alt-a)
- define_key (capital_word, alt-c)
- define_key (draw, alt-d)
- define_key (fill_para, alt-f)
- define_key (get_file, alt-g)
- define_key (include_file, alt-i)
- define_key (justify_para, alt-j)
- define_key (define_key, alt-k)
- define_key (lower_word, alt-l)
- define_key (set_margins, alt-m)
- define_key (rename_file, alt-n)
- define_key (set_pindent, alt-p)
- define_key (quit, alt-q)
- define_key (ruler, alt-r)
- define_key (select_text, alt-s)
- define_key (trans_char, alt-t)
- define_key (upper_word, alt-u)
- define_key (set_video, alt-v)
- define_key (write_file, alt-w) ! ?
- !
- ! Miscellaneous
- !
- define_key (abort, esc)
- define_key (auto_indent, ctrl-enter)
- define_key (change_mode, ins)
- define_key (mark, shift-ctrl-0)
- define_key (left_line, alt-left)
- define_key (center_line, alt-center)
- define_key (right_line, alt-right)
- define_key (print_buffer, shift-ctrl-p)
- define_key (show_printer, shift-ctrl-q)
- define_key (set_scope_global, shift-ctrl-g)
- define_key (set_scope_local, shift-ctrl-l)
- !
- ! Set up the Environment
- !
- set (color, blk, wht)
- !set (lines, 43)
- set (cursor, block)
-